/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
a, a:hover {
  text-decoration: none; }

* {
  font-size: 14px;
  color: #333; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 1200px;
    max-width: 1200px;
    padding: 0; } }
.navbar {
  border-bottom: 1px solid #eee; }
  .navbar .nav-link {
    font-size: 16px; }

.title-item .title {
  display: inline-block; }
.title-item .icon {
  background: #3377ff;
  width: 36px;
  height: 36px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%; }
.title-item h1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block; }

.search form {
  background: #f7f8ff;
  border-radius: 20px;
  overflow: hidden; }
  .search form input {
    background: transparent; }

.breadcrumb {
  font-size: 14px; }

.header {
  position: fixed;
  z-index: 1;
  width: 100%; }
  .header .logo {
    float: left;
    width: 209px;
    height: 75px;
    margin-top: 10px;
    margin-left: 40px; }
  .header nav {
    float: right;
    height: 85px;
    line-height: 85px;
    background: rgba(255, 255, 255, 0.1); }
    .header nav ul li {
      list-style-type: none;
      float: left; }
      .header nav ul li > a {
        text-decoration: none;
        display: block;
        width: 140px;
        line-height: 85px;
        text-align: center;
        color: white; }
      .header nav ul li:hover .sub-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.hover {
  background: #fff; }
  .hover nav ul li > a {
    color: #333; }

.sub-nav {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  background: #f2f0f0;
  overflow: hidden; }
  .sub-nav .nav-banner {
    float: left;
    width: 40%;
    overflow: hidden; }
    .sub-nav .nav-banner img {
      width: 100%; }
  .sub-nav .sub-content {
    float: left;
    padding-top: 40px;
    padding-left: 100px;
    width: 60%;
    text-align: left; }
    .sub-nav .sub-content .sub-title {
      margin-bottom: 10px;
      font-size: 24px;
      color: #999; }
    .sub-nav .sub-content .sub-nav-text {
      width: 400px;
      line-height: 40px; }
      .sub-nav .sub-content .sub-nav-text a {
        padding-left: 10px;
        color: #333;
        position: relative; }
        .sub-nav .sub-content .sub-nav-text a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 2px;
          width: 2px;
          height: 14px;
          display: block;
          background: #1e50ae; }
        .sub-nav .sub-content .sub-nav-text a:hover {
          color: #1e50ae; }

.sub-banner img {
  width: 100%; }

/*
* breadcrumb nav
*/
.breadcrumb-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
  .breadcrumb-wrap .breadcrumb {
    padding: 0;
    background-color: transparent; }
    .breadcrumb-wrap .breadcrumb a {
      color: #333; }
  .breadcrumb-wrap h2 {
    font-size: 36px;
    font-weight: lighter;
    color: #1f5299;
    text-align: left; }

/*
* footer-mini nav
*/
.footer-mini {
  background: #1f1f1f; }
  .footer-mini .container {
    overflow: hidden; }
  .footer-mini .content {
    padding: 0;
    margin: 70px 0 30px 0; }
    .footer-mini .content li {
      padding-right: 40px; }
      .footer-mini .content li dl {
        overflow: hidden; }
      .footer-mini .content li:nth-child(odd) dd {
        float: left; }
      .footer-mini .content li dt {
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
        margin-bottom: 10px;
        color: #fff;
        text-align: left;
        border-bottom: #333 solid 1px; }
      .footer-mini .content li dd {
        padding-right: 30px;
        font-size: 14px;
        text-align: left;
        line-height: 36px; }
        .footer-mini .content li dd a {
          color: #999; }
          .footer-mini .content li dd a:hover {
            color: #fff; }
        .footer-mini .content li dd span {
          color: #999; }
        .footer-mini .content li dd .iconfont {
          color: #999; }
  .footer-mini .link {
    padding: 10px 0 0 0;
    margin: 0;
    color: #999;
    text-align: left;
    border-top: #999 solid 1px; }
    .footer-mini .link span:after {
      content: ' | ';
      color: #999; }
    .footer-mini .link a {
      color: #999; }
  .footer-mini .copyright {
    color: #999;
    text-align: left; }
    .footer-mini .copyright a {
      color: #999; }
    .footer-mini .copyright p {
      color: #999; }

/*
 * When the browser's viewable area is less than 768px
 */
@media screen and (max-width: 768px) {
  .footer-mini .content {
    margin: 30px 0 20px 0; }
    .footer-mini .content li {
      padding: 0; }
      .footer-mini .content li dt {
        font-size: 14px; }
      .footer-mini .content li dd {
        line-height: 24px; }
        .footer-mini .content li dd span {
          font-size: 12px; }
        .footer-mini .content li dd a {
          font-size: 12px; }
  .footer-mini .link a {
    font-size: 12px; }
  .footer-mini .copyright span {
    font-size: 12px; }
  .footer-mini .copyright p {
    font-size: 12px; } }

/*# sourceMappingURL=global.css.map */
